home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / DEGREE.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  365 b   |  16 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   global cur1
  7.   set the cursor of sprite 10 to cur1
  8.   set the cursor of sprite 11 to cur1
  9.   set the cursor of sprite 12 to cur1
  10.   set the cursor of sprite 3 to cur1
  11.   set the cursor of sprite 4 to cur1
  12.   set the cursor of sprite 5 to cur1
  13.   set the cursor of sprite 6 to cur1
  14.   set the cursor of sprite 7 to cur1
  15. end
  16.